home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libsnmp15 / README.agentx < prev    next >
Text File  |  2005-11-15  |  2KB  |  48 lines

  1.   Net-SNMP contains a reasonably full implementation of the AgentX agent
  2. extensibility protocol (RFC 2741) in as much as it supports all
  3. the protocol operations described in this document.  The core
  4. functionality has received a reasonable amount of exposure, and
  5. is believed to be more or less stable in normal use.   It will
  6. also handle the non-graceful termination of subagents - returning
  7. a 'genErr' error for three successive requests before unregistering
  8. the unresponsive subagent.
  9.  
  10.   A subagent will attempts to re-establish contact with a dead and
  11. resurrected master based on the agentxPingInterval setting. The default
  12. for this configuration variable is 15 seconds. It can be changed by
  13. putting the following line in your APPLICATION.conf file:
  14.  
  15.                 agentxPingInterval 60
  16.  
  17. will make the subagent try to ping the master every 60 seconds, and if
  18. the connection is deemed broken it'll try and reconnect to the master
  19. agent after that point (once every 60 seconds).
  20.  
  21.   Similarly, a subagent will not be able to re-register in place of a
  22. defunct colleague until the master agent has received three requests
  23. for the dead connection (and hence unregistered it).
  24.  
  25.   Some of the less frequently used features (index allocation,
  26. range registration, etc), have received less thorough testing,
  27. and may well not be fully functional.   Some of the omissions
  28. of the earlier release (use of GetBulk, the AgentX MIB)
  29. are still missing from this version.
  30.  
  31.   AgentX support is now included in the agent by default, but needs
  32. to be explicitly enabled before use.  Activate it using by putting a line
  33.  
  34.         master    agentx
  35.  
  36. in the snmpd.conf file.  This support is also enabled automatically
  37. when the '-x' flag is given (to specify a different master AgentX socket),
  38. or when the agent is invoked as an AgentX subagent (i.e. via the name
  39. 'agentxd' or with the '-X' flag).
  40.  
  41.   See the main project web page for an examples of a simple stand-alone
  42. subagent.  (http://www.net-snmp.org/tutorial/tutorial-5/toolkit/)
  43.  
  44.  
  45.   Please report any problems experienced to the net-snmp-coders list.
  46.  
  47. Dave
  48.